@import url('https://fonts.googleapis.com/css?family=Montserrat:500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}
body {
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
}

header {
/*	height: 90vh;*/
display: inline;
	/* background: #000; */
}
.black {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
nav {
	padding-top: 20px;
	padding-bottom: 20px;
	top: 0;
	position: fixed;
	display: flex;
	width: 100%;
	z-index: 1000;
	background: #fff;
	justify-content: space-around;
	transition: 1.5s;
	align-items: center;
}
 .navbar {
            display: flex;
           /* background-color: #f8f8f8;
            padding: 10px 20px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
        }

        .navbar > div {
            position: relative;
            margin-right: 20px;
        }

        .navbar a {
            text-decoration: none;
            color: #333;
            padding: 8px 12px;
            display: block;
        }

        .navbar a:hover {
            background-color: #90aac0;
            position: relative;
        }

        .dropdown {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background-color: #fff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            z-index: 1000;
        }

        .dropdown a {
            white-space: nowrap;
        }

        .navbar > div:hover .dropdown {
            display: block;
        }

        .nested-dropdown {
        	
            display: none;
            position: absolute;
/*          top: 7px;*/
			bottom: 3.5rem !important;
            left: 100%;
            background-color: #fff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
/*            bottom: 20px;*/
        }

        .dropdown > div:hover .nested-dropdown {
            display: block;
        }

        .navbar > div > a {
            font-weight: bold;
        }
/*.container-1{
    display: flex;
    justify-content: center;
    /* align-items: center; 
    flex-wrap: wrap;
    gap: 10px;
}*/



.active {
	/*color: #fff;*/
	border-radius: 5px;
	/*background: #DF2771;*/
}
.srch {
	padding: 2px 10px;
	display: flex;
	/* align-items: center; */
	justify-content: center;
	/* background: #0066ff; */
	border: 1px solid;
	border-radius: 20px;
}
.srch img {
	width: 25px;
	cursor: pointer;
}
.srch .search {
	/* padding: 2px 10px; */
	outline: none;
	border: none;
	background: transparent;
}

.get-started {
	margin-left: 50px;
	padding: 5px 20px;
	border: 2px solid #DF2771;
	border-radius: 20px;
	text-decoration: none;
	
	transition: .5s;
	background-color: #DF2771;
	color: #fff;
}
.get-started:hover {
	color: #2e2e2e;
	background: #fff;
}
.logo img{
	width: 224px;
	height: 28px;
	cursor: pointer;
	transition: all 1s;
}


/*Service Section*/
.service-swipe {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/*align-items: center;*/
	background-image:  linear-gradient(rgba(2,0,0,0),rgba(0,0,0,0.7)), url(./images/Visual.jpg);
	background-size: cover;
	background-attachment: fixed;
}
.center {
  margin: auto;
  width: 50%;
  border: 3px solid green;
  padding: 10px;

}	

.content-img{
	    /*margin: -7px;*/
	    padding: 200px;
	     padding-top: 10px;
}
		
		  .sidebar {
            flex: 1;
            /*background-color: #f1f1f1;*/
            padding: 20px;
            text-align: left;
            border: 0px solid #ddd;
            padding-left: 163px;
    padding-bottom: 55px;
        }

       
        .sidebar h2 {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 15px;

        }

        .sidebar p {
            font-size: 14px;
            margin-bottom: 20px;
        }

        .sidebar button {
            background-color: #5d9dd5;
            color: #fff;
            border: none;
            padding: 14px 25px;
            font-size: 14px;
            cursor: pointer;
            text-transform: uppercase;
            border-radius: 4px;
            transition: background-color 0.3s ease;
        }

        .sidebar button:hover {
            background-color: #003d73;
        }


/*Supply chain design*/
.body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  background-color: #f9f9f9;
  color: #333;
}

.container-1 {
  /*max-width: 1200px;*/
  margin: 20px auto;
  padding: 55px;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  
}

.main-content {
  flex: 2;
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
}

.main-content h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #005599;
  border-bottom: 4px solid #000;
}

.main-content p {
  margin-bottom: 20px;
  text-align: justify;
  font-size: 16px;
}

.main-content ul {
  margin: 0;
  padding: 0 20px;
  list-style-type: circle;
}

.main-content ul li {
  margin-bottom: 10px;
}


.toggle-button {
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 28px;
  color: #fafafa;
  background-color: #005599;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 257px;
  text-align: left;
  margin-bottom: 15px;
}
.list{
  padding: 10px;
  background-color: #c8ddf0;
  list-style-type: circle;
  font-size: 16px;
  
}


.toggle-button:hover {
  background-color: #175ebef5;
}

.toggle-content {
  display: none;
  margin-top: 20px;
  background-color: #c8ddf0;
  color: #191a1b;
  padding: 10px;
  border-radius: 5px;
  text-align: left;
}
       
    /*Our solutions*/
   /* .body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f9f9f9;
        }*/
        .container {
           /* max-width: 1200px;*/
            margin: 0 auto;
            padding: 20px;
            display: block;
            
        }
        .container h1 {
            /*text-align: center;*/
            font-size: 48px;
            font-weight: bold;
           /* margin-bottom: 39px;*/
            border-bottom: 4px solid #000;
            border-bottom: 4px solid #000;
            /*display: inline-block;*/
            /*padding-bottom: 5px;*/
            color: #005599;
            width: auto;
            margin-left: 33px;
            margin-right: 39px;
        }
        .solutions {
          display: flex;
          justify-content: center;
          text-align: center;
          flex-wrap: wrap;
          width: 100%;
          height:auto ;
          gap: 100px;
          padding: 14px;
        }
        .solution {
            background-color: #fff;
            padding: 20px;
            width: 150px;
            /*border-radius: 8px;*/
            /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
            /*transition: transform 0.3s, box-shadow 0.3s;*/
        }
        .solution:hover {
            transform: translateY(-5px);
    		background-color: #0056A1;
    		color: #fff;
        }
        .solution img {
            width: 50px;
            height: 50px;
            margin-bottom: 10px;
        }
        .solution h3 {
             font-size: 16px;
    		margin: 10px 0 0;
    		color: inherit;
        }


        /*Related services*/
        /*.body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f9f9f9;
            line-height: 1.6;
        }*/

        .container2 {
            padding: 20px;
            text-align: center;
        }

       .container2 h1 {
            color: #333;
                font-size: 48px;
                    border-bottom: 4px solid #000;
                    color: #005599;
                    text-align: left;
                    margin-left: 33px;
                    margin-right: 39px;
        }

        .container2 p{
          margin-left: 23px;
          text-align: justify;
          font-size: 20px;
          padding: 15px;
          margin-right: 20px;
      }

        .services {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 77px;
            margin-top: 30px;
            width: auto;
        }

        .service {
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            width: 216px;
            padding: 15px;
            text-align: center;
            transition: transform 0.3s;
        }

        .service:hover {
            transform: translateY(-5px);
        }

        .service img {
            width: 172px;
            height: 110px;
            margin-bottom: 15px;
        }

        .service h3 {
            font-size: 16px;
            color: #333;
            margin-bottom: 10px;
        }

        .service p {
            font-size: 14px;
            color: #666;
        }

        .service a {
            text-decoration: none;
            color: inherit;
        }



/*Footer*/
   /* .body1 {
      margin: 0;
      font-family: Arial, sans-serif;
    }*/

    .footer {
      background-color: #485766; /* Dark blue background */
      color: white;
      padding: 30px 50px;
    }

    .footer .container {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .footer .column {
      flex: 1;
      min-width: 265px;
      margin: 10px;
    }

    .footer h3 {
      font-size: 1.5rem;
      margin-bottom: 15px;
      color: #f4f4f4;
    }


    .footer ul {
      list-style: none;
      padding: 0;
    }

    .footer ul li {
      margin-bottom: 10px;
    }

    .footer ul li a {
      color: #cfd8dc; /* Light grey links */
      text-decoration: none;
      font-size: 0.9rem;
      transition: color 0.3s;
    }

    .footer ul li a:hover {
      color: #ffffff; /* Change to white on hover */
    }

    .footer .contact-info p {
      margin: 5px 0;
      font-size: 0.9rem;
    }

    .footer .social-icons a {
      display: inline-block;
      margin-right: 10px;
      font-size: 1.2rem;
      color: #cfd8dc;
      text-decoration: none;
      transition: color 0.5s;
    }

    .footer .social-icons a:hover {
      color: #ffffff;
    }

    .footer .bottom-bar {
      text-align: center;
      margin-top: 30px;
      font-size: 0.8rem;
      color: #cfd8dc;
    }

    .footer .bottom-bar a {
      color: #ffffff;
      text-decoration: none;
    }

  
  /*Bottom to top button*/

  /*Bottom to top button*/
/* enquire button*/
/* .body {
    margin: 0;
    font-family: Arial, sans-serif;
    height: 200vh; /* For demonstration purposes */
  /* } */ */
  
  .enquire-button {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #093360 !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  }

  .diffSection {
    position: relative;
  }
  
  .enquire-link {
    display: block;
    color: #d9dcf1;
    text-align: center;
    padding: 12px 11px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #093360 !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  }
  
  .enquire-link:hover {
    background-color: #003d80;
    transition: background-color 0.3s ease;
  }


  /*bottom to top button */
   /* Button Styles */
   .back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #4a6fa5; /* Blue background */
    color: white;
    border: none;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .back-to-top.show {
    opacity: 1;
    visibility: visible;
  }

  .back-to-top:hover {
    background-color: #3b5a8e; /* Darker blue on hover */
  }

  /* Arrow Icon */
  .back-to-top::before {
    content: "▲"; /* Upward arrow */
    font-size: 16px;
  }



  .mobileHeader {
    display: none;
  }
  
  .navbarTset {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px;
    background-color: white;
    color: black;
    position: fixed;
    top: 0;
    width: 100%;
  }
  
  .logo {
    font-size: 1.5rem;
  }
  
  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
  }
  
  .hamburger span {
    width: 25px;
    height: 3px;
    background-color: black;
  }
  
  .drawer {
    position: fixed;
    top: 0;
    left: -75rem;
    width: 84%;
    height: 100%;
    z-index: 9999;
    background-color: #000;
    color: #fff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
    transition: left 0.3s ease;
    overflow-y: scroll;
  }

  .nested-dropdown-content  ul{
list-style:decimal!important;
  }
  
  .drawer ul {
    list-style: none;
    /* padding: 20px; */
    padding-left: 22px;
  }
  
  .drawer ul li {
    margin: 20px 0;
  }
  
  .drawer ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
  }
  
  .drawer ul li a:hover {
    color: #f4a261;
  }
  

  @media screen and (min-device-width: 321px) and (max-device-width: 520px) {
          .dropdown-menu.show {
        display: block;
      }
  
      .MainHeader {
        display: none;
      }
  
      .mobileHeader {
        display: block;

      }
  
      .dropdown {
        position: relative;
        display: inline-block;
      }
  
      .dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: transparent;
        border: 1px solid #ccc;
        padding: 10px;
        z-index: 1000;
        min-width: 200px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      }
  
      .dropdown-menu .dropdown-item {
        padding: 5px 10px;
        color: white;
        text-decoration: none;
        display: block;
      }
  
      .dropdown-menu .dropdown-item:hover {
        background-color: #f1f1f1;
      }
  
      .dropdown:hover .dropdown-menu {
        display: block;
      }
  
      .nested-dropdown {
        margin-left: 15px;
      }
  
      .dropdown-submenu:hover .nested-dropdown {
        display: block;
      }
  
    }
